home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0054.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  303 b   |  10 lines

  1. > Where Paul used "If START_TIME" I used "If BEGIN_TIME<>0".
  2. > Are these If's testing the same thing? (notwithstanding my change
  3. > of variable name)
  4.  
  5.   Yes.  If you don't include a relational operator, "<>0" is assumed.
  6.  
  7.   --Andy Church (achurch@goober.mbhs.edu)
  8.     WWW: http://www.mbhs.edu/~achurch/
  9.  
  10.